Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLinks Class / AddRange Method / AddRange(C1CommandLink[]) Method

In This Topic
    AddRange(C1CommandLink[]) Method
    In This Topic
    Adds the elements of an ICollection to the end.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal links() As C1CommandLink _
    ) 
    public void AddRange( 
       C1CommandLink[] links
    )

    Parameters

    links
    See Also